/* 
  Theme name: Base
  Author: BANG! Media


        Layout

*/
#body {
  padding: 0 0 40px 0;
  font-size: 14px;
  line-height: 20px;
}
.container {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
.div {
  float: left;
}
.div_1_3 {
  width: 33%;
}
.div_1_2 {
  width: 50%;
}
.div_2_3 {
  width: 66%;
}
.pad {
  padding: 40px 40px 0 40px;
}
.div_left .pad {
  padding-right: 20px;
}
.div_right .pad {
  padding-left: 20px;
}
.div_center .pad {
  padding-right: 20px;
  padding-left: 20px;  
}
.box {
  padding: 40px;
  border: 1px solid #CCC;
}
.clear {
  clear: both;
}
.spacer {
  height: 40px;
}
.divider {
  border-top: 1px dashed #CCC;
}
.text_center {
  text-align: center;
}
ul {
  list-style: none;
  display: block;
}
ul li {
  display: block;
}
.step {
  position: relative;
}
.step.hidden {
  display: none;
}
/*

        Elements

*/
* {
  outline: none;
  cursor: default;
}
h1 {
  font-size: 25px;
  line-height: 32px;
  font-weight: bold;
}
h2 {
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;  
}
h3 {
  font-size: 18px;
  margin: 0 0 30px 0;
}
a:hover {
  text-decoration: none;
}
.text_l {
  font-size: 30px; 
}
.seperator {
  margin: 40px 0;
  border: 1px dashed #CCC;
}
.button {
  cursor: pointer;
  display: inline-block;
  border: 1px solid #666;
  padding: 8px 15px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}
.button:hover {
  background: rgb(246,246,246); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(225,225,225,1) 49%, rgba(241,241,241,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(49%,rgba(225,225,225,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(225,225,225,1) 49%,rgba(241,241,241,1) 50%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(225,225,225,1) 49%,rgba(241,241,241,1) 50%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(225,225,225,1) 49%,rgba(241,241,241,1) 50%,rgba(255,255,255,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(246,246,246,1) 0%,rgba(225,225,225,1) 49%,rgba(241,241,241,1) 50%,rgba(255,255,255,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */  
}
.button_primary {
  cursor: pointer;
  display: inline-block;
  border: 0;
  background: #CCC;
  padding: 20px 35px;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  margin: 0 30px 0 0;
  position: relative;
}
.button_primary.button_male {
  background: rgb(203,235,255); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(203,235,255,1) 0%, rgba(107,200,255,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(203,235,255,1)), color-stop(100%,rgba(107,200,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(203,235,255,1) 0%,rgba(107,200,255,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(203,235,255,1) 0%,rgba(107,200,255,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(203,235,255,1) 0%,rgba(107,200,255,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(203,235,255,1) 0%,rgba(107,200,255,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbebff', endColorstr='#6bc8ff',GradientType=0 ); /* IE6-9 */
  -webkit-box-shadow: none;      
  box-shadow: none;
  border: 1px solid #6BC8FF;
  color: #16507C;
  text-shadow: 0px 0px 2px #cbebff;
  filter: dropshadow(color=#cbebff, offx=0, offy=0);
}
.button_primary.button_male:hover {
  background: rgb(107,200,255); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(107,200,255,1) 0%, rgba(203,235,255,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(107,200,255,1)), color-stop(100%,rgba(203,235,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(107,200,255,1) 0%,rgba(203,235,255,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(107,200,255,1) 0%,rgba(203,235,255,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(107,200,255,1) 0%,rgba(203,235,255,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(107,200,255,1) 0%,rgba(203,235,255,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bc8ff', endColorstr='#cbebff',GradientType=0 ); /* IE6-9 */
}
.button_primary.button_male span {
  background: url('images/male.png') 0 0 no-repeat;
  height: 50px;
  width: 50px;
  position: absolute;
  left: 20px;
  top: 15px;
  cursor: pointer;
}
.button_primary.button_female {
  margin: 0;
  background: rgb(249,179,248); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(249,179,248,1) 0%, rgba(230,119,234,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,179,248,1)), color-stop(100%,rgba(230,119,234,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(249,179,248,1) 0%,rgba(230,119,234,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(249,179,248,1) 0%,rgba(230,119,234,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(249,179,248,1) 0%,rgba(230,119,234,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(249,179,248,1) 0%,rgba(230,119,234,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9b3f8', endColorstr='#e677ea',GradientType=0 ); /* IE6-9 */
  -webkit-box-shadow: none;      
  box-shadow: none;
  border: 1px solid #E677EA;
  color: #7F2D5D;
  text-shadow: 0px 0px 2px #F9B3F8;
  filter: dropshadow(color=#F9B3F8, offx=0, offy=0);  
}
.button_primary.button_female:hover {
  background: rgb(230,119,234); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(230,119,234,1) 0%, rgba(249,179,248,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,119,234,1)), color-stop(100%,rgba(249,179,248,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(230,119,234,1) 0%,rgba(249,179,248,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(230,119,234,1) 0%,rgba(249,179,248,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(230,119,234,1) 0%,rgba(249,179,248,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(230,119,234,1) 0%,rgba(249,179,248,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e677ea', endColorstr='#f9b3f8',GradientType=0 ); /* IE6-9 */
}
.button_primary.button_female span {
  background: url('images/female.png') 0 0 no-repeat;
  height: 40px;
  width: 40px;
  position: absolute;
  left: 15px;
  top: 14px;
  cursor: pointer;
}
input[name="gender_select"] {
  margin: 20px 20px 0 0;
}
.text_female, .text_male {
  display: inline-block;
  padding: 15px 0;
  padding-left: 60px;
  font-size: 20px;
  line-height: 20px;
}
.text_female {
  background: url('images/woman.png') 0 0 no-repeat;  
}
.text_male {
  background: url('images/man.png') 0 0 no-repeat;  
}
.textarea {
  height: 150px;
  border: 1px solid #CCC;
  overflow-y: scroll;
  background: #F2F2F2;
  font-family: Times;
}
.textarea div {
  padding: 20px;  
}
#rules {
}
#rules li {
  clear: both;
  padding: 30px 0 0 0;
}
#rules li:first-child {
  padding: 0;
}
#rules li span {
  display: block;
  float: left;
  width: 289px;
}
#rules li span.bullet {
  padding: 15px 0;
  margin: 0 15px 0 0;
  width: 50px;
  text-align: center;
  background: #333;
  border: 2px solid #111;
  color: #CCC;
  font-size: 20px;
  font-weight: bold;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  text-shadow: 0px 0px 5px #111;
  filter: dropshadow(color=#111, offx=0, offy=0);    
}
.profile_gallery {
  text-align: center;
}
.profile {
  display: inline-block;
  padding: 0 10px 10px 0;
}
.profile .avatar {
  display: block;
  width: 100px;
  height: 100px;
}
/*
        Select boxes
*/
select {
  width: 250px; 
}
.selectBox {
  cursor: pointer;
  -webkit-border-radius: 10px;
  border-radius: 10px;  
}
.selectBox.selectBox-menuShowing {
  border: 1px solid #777;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;  
}
.selectBox-dropdown-menu {
  border: 1px solid #777;  
  border-top: 0;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;    
}
.selectBox-options li a, .selectBox .selectBox-label {
  padding: 10px;
}    
.selectBox-dropdown, .selectBox-options, .selectBox-options li, .selectBox-options li a, .selectBox-label, .selectBox-arrow {
  cursor: pointer;
}
.selectBox-dropdown-menu li:last-child, .selectBox-dropdown-menu li:last-child a{
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;     
}
/*
      Other
*/
#message_container {
  display: none;
  background: url('images/bg_white.png');
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#message {
  display: none;
  width: 300px;
  padding: 20px 20px 70px 20px;
  color: #222;
  text-align: center;
  border: 2px solid #666;
  -webkit-box-shadow: 0px 0px 10px 0px #666, inset 0px 0px 5px 2px #FFF;
  box-shadow: 0px 0px 10px 0px #666, inset 0px 0px 5px 2px #FFF;  
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgb(229,229,229); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  position: relative;
  top: 50%;
  margin: -100px auto 0 auto;
}
#message_buttons {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  text-align: center;
}